home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Asia Text Extras / Chinese Text Converter.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-09-13  |  1.7 KB  |  65 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeName</key>
  11.             <string>TEXT</string>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>TEXT</string>
  15.                 <string>sEXT</string>
  16.                 <string>ttro</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.         </dict>
  21.         <dict>
  22.             <key>CFBundleTypeExtensions</key>
  23.             <array>
  24.                 <string>txt</string>
  25.             </array>
  26.             <key>CFBundleTypeRole</key>
  27.             <string>Editor</string>
  28.         </dict>
  29.     </array>
  30.     <key>CFBundleExecutable</key>
  31.     <string>Chinese Text Converter</string>
  32.     <key>CFBundleGetInfoString</key>
  33.     <string>1.6, Copyright ¬© 1997-2002, Apple Computer, Inc.,All Rights Reserved.</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>CTC.icns</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.apple.ChineseTextConverter</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundleName</key>
  41.     <string>Chinese Text Converter</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleShortVersionString</key>
  45.     <string>1.6</string>
  46.     <key>CFBundleSignature</key>
  47.     <string>ctcp</string>
  48.     <key>CFBundleVersion</key>
  49.     <string>1.6</string>
  50.     <key>CSResourcesFileMapped</key>
  51.     <true/>
  52.     <key>LSHasLocalizedDisplayName</key>
  53.     <true/>
  54.     <key>NSExtensions</key>
  55.     <dict/>
  56.     <key>NSHumanReadableCopyright</key>
  57.     <string>Copyright ¬© 1997-2002, Apple Computer, Inc.,
  58. All Rights Reserved.</string>
  59.     <key>NSMainNibFile</key>
  60.     <string>Foo.nib</string>
  61.     <key>NSPrincipalClass</key>
  62.     <string>NSApplication</string>
  63. </dict>
  64. </plist>
  65.